@charset "UTF-8";

/* ============================
/* フォント設定
/* ========================= */

/* フォントファミリー */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* ============================
/* 幅に関する設定※案件ごとに変更
/* ========================= */

/* キャンパス設定 */

/* インナー幅設定 */

/* 左右の最低余白設定 */

/* ブレイクポイント設定 */

/* ==============================================
/* メディアクエリとブレークポイントの関数※変更不可
/* ============================================== */

/* ============================
/* カラー設定
/* ========================= */

/* 全体設定 */

/* 無彩色 */

/* メインカラー */

/* アクセントカラー */

/* ボタンカラー */

/* フォントウェイト */

html {
  font-size: 62.5%;
}

body {
  font-size: 17px;
  background-color: #F4F4F4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a {
  color: #333333;
}

/* PCでは電話番号のクリックを無効にする */

a[href^="tel:"] {
  pointer-events: none;
}

iframe {
  max-width: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* form reset */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
}

input[type=checkbox]:focus-visible + span,
input[type=radio]:focus-visible + span {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-footer {
  width: 100%;
}

.l-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.l-inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 84.0277777778vw;
  padding-right: 30px;
  padding-left: 30px;
}

.l-inner.l-inner--wide {
  max-width: 95.8333333333vw;
}

.l-inner.l-inner--small {
  max-width: 73.6111111111vw;
}

.l-main {
  width: 100%;
}

.c-author-item {
  background-color: #FFF7CC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1mm;
  border-radius: 5px;
	padding:1.5rem 2rem;
}

.c-heading__ja {
  font-size: 2.0rem;
  font-weight: 500;
}

.c-author-item__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.c-author-item__staff-img {
  width: 8rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.c-author-item__staff-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-author-item__staff-name {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #FE8C29;
}

.c-author-item__profile {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-breadcrumb li {
  font-weight: 500;
  font-size: max(1.5rem, 12px);
  line-height: 100%;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-breadcrumb li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
}

.c-breadcrumb li a:hover {
  opacity: 0.7;
}

.c-breadcrumb li span {
  color: #333333;
}

.c-breadcrumb li + li::before {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background-image: url(../img/common/breadcrumb-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.c-explaine > * {
  margin-top: 3rem;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c-explaine > p {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.c-explaine h2 {
  position: relative;
  margin-top: 5rem;
  padding: 1.4rem 3rem 1.6rem;
  background-color: #f3fff7;
  border: 1px solid #168080;
  border-radius: 0.5rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.c-explaine h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 100%;
  background-color: #168080;
}

.c-explaine h4 {
  margin-top: 4rem;
  padding: 0 1rem 0.5rem;
  border-bottom: 2px solid #333;
  font-weight: bold;
  color: #333;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.c-explaine h3 {
  background-color: #168080;
  color: #fff;
  padding: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-explaine h3::before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-width: 3rem 0 3rem 1rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.c-explaine h3::after {
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-width: 3rem 1rem 3rem 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.c-explaine h3.bg-color-black {
  background-color: #333;
  color: #fff;
}

.c-explaine h3.bg-color-blue {
  background-color: #1976D2;
  color: #fff;
}

.c-explaine h3.bg-color-blue::before {
  border-color: transparent transparent transparent #fff;
}

.c-explaine h3.bg-color-blue::after {
  border-color: transparent #fff transparent transparent;
}

.c-explaine h3.bg-color-red {
  background-color: #E53935;
  color: #fff;
}

.c-explaine h3.bg-color-red::before {
  border-color: transparent transparent transparent #fff;
}

.c-explaine h3.bg-color-red::after {
  border-color: transparent #fff transparent transparent;
}

.c-explaine span {
  font-weight: bold;
}

.yellow-line {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fffab4;
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-weight: bold;
}

.text-red {
  color: #FF0000;
}

.text-blue {
  color: #0081c2;
}

.bold {
  font-weight: bold;
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.c-nav__item {
  position: relative;
}

.c-nav__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: url(../img/common/nav-item-line.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-nav__item a {
  display: block;
  padding: 0 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-nav__item a:hover {
  opacity: 0.7;
}

.c-nav__buttons {
  margin-left: 2rem;
}

.c-nav__button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.c-nav__button-item a {
  display: block;
  padding: 1.2rem 3rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-split {
  display: inline-block;
}

.c-split--block {
  display: block;
}

.c-text {
  font-size: max(1.6rem, 12px);
  line-height: 200%;
  letter-spacing: 0.05em;
}

/* PCだけのmodifier */

.c-text.c-text--pc-center {
  text-align: center;
}

/* SPだけのmodifier */

.p-compare p {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.7rem;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table-title {
  background-color: #168080;
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table .is-static {
  position: sticky;
  top: 0;
  z-index: 10;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table thead th {
  padding: 1rem 0.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table tbody th {
  background-color: #eeeff0;
  font-weight: 300;
  padding: 1rem;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table th,
#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table td {
  border-bottom: 1px solid #ddd;
  border-right: solid 1px #ddd;
  padding: 1rem 0;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table td {
  border-bottom: 1px solid #ddd;
  border-right: solid 1px #ddd;
}

.c-compare-itme {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.c-compare__arrange-img {
  width: 40%;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.c-compare__arrange-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-compare__arrange-img.c-compare__rank-img{
	  width: 30%;
}

.c-compare__icon-img {
  width: 90%;
  overflow: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  animation: tap-icon 2.5s ease-in-out infinite;
}

.c-compare__icon-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}

.c-compare__title a {
  color: #1a73e8;
  text-decoration: underline;
  font-size: 1.4rem;
}

.c-compare__title a:hover {
  text-decoration: none;
}

.c-compare-kinds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-compare-kinds.c-compare-kinds-left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table table .c-compare-kinds {
  width: 100%;
}

.c-compare-kind:nth-of-type(n+6) {
  margin-top: 0.5rem;
}

.c-compare-kind {
  width: 5rem;
  aspect-ratio: 1/1;
}

.c-compare-kind img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-compare-btn a {
  position: relative;
  display: block;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  max-width: 9rem;
  background: linear-gradient(135deg, #f93a5a 0%, #f7778c 100%);
  border: none;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0.4em auto;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0 6px 15px rgba(249, 58, 90, 0.4);
          box-shadow: 0 6px 15px rgba(249, 58, 90, 0.4);
  -webkit-animation: pulse-btn 2s infinite;
          animation: pulse-btn 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  overflow: hidden;
  color: #fff;
}

.c-compare-btn a:hover {
  -webkit-transform: translateY(-3px) scale(1.02);
  transform: translateY(-3px) scale(1.02);
  -webkit-box-shadow: 0 10px 25px rgba(249, 58, 90, 0.6);
  box-shadow: 0 10px 25px rgba(249, 58, 90, 0.6);
  text-decoration: none;
  background: linear-gradient(135deg, #ff4562 0%, #ff889d 100%);
}

.c-compare-btn a:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  /*きらりと光るアニメーションのスタート位置*/
  left: 0;
  /*きらりと光るアニメーションの幅*/
  width: 30px;
  /*きらりと光るアニメーションの高さ*/
  height: 100%;
  /*きらりと光るアニメーションの色*/
  background-color: #fff;
  /*きらりと光るアニメーションの指定*/
  -webkit-animation: shiny-brite 3s ease-in-out infinite;
          animation: shiny-brite 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-brite {
  /*アニメーションの流れに沿った中間ステップのキーフレーム指定*/
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}



/* 迷ったらセクション */
.p-mayottara {
  background: linear-gradient(180deg, #f3fff7 0%, #e8f5f5 100%);
  padding: 6rem 0 5rem;
  text-align: center;
  margin-top: 6rem;
  border-top: 3px solid #168080;
}

.p-mayottara__header {
  margin-bottom: 2.5rem;
}

.p-mayottara__header h2 {
  font-size: 2rem;
  color: #168080;
  margin-bottom: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}

.p-mayottara__header p {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.p-mayottara__header strong {
  color: #f93a5a;
  font-size: 1.8rem;
}

.p-mayottara__content {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.p-mayottara__card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 8px 25px rgba(22, 128, 128, 0.15);
  border: 2px solid #168080;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.p-mayottara__img {
  width: 100px;
  flex-shrink: 0;
}

.p-mayottara__img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.p-mayottara__info {
  text-align: center;
}

.p-mayottara__info h3 {
  font-size: 2rem;
  color: #168080;
  margin-bottom: 1.2rem;
  font-weight: bold;
}

.p-mayottara__points {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  text-align: left;
  display: inline-block;
}

.p-mayottara__points li {
  font-size: 1.4rem;
  color: #333;
  padding: 0.5rem 0;
  padding-left: 2rem;
  position: relative;
  font-weight: 500;
}

.p-mayottara__points li::before {
  content: "✓";
  color: #168080;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.5rem;
}

.p-mayottara__btn {
  display: inline-block;
  background: linear-gradient(135deg, #f93a5a 0%, #f7778c 100%);
  color: #fff;
  padding: 1.4rem 3rem;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 15px rgba(249, 58, 90, 0.3);
  animation: pulse-btn 2s infinite;
}

.p-mayottara__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(249, 58, 90, 0.4);
}

@keyframes pulse-btn {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

.p-mayottara__note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1rem;
}

.footer {
  background-color: #051422;
  margin-inline: auto;
  padding: 0 0 2rem 0;
  text-align: center;
  width: 100%;
}

.footer__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 84.0277777778vw;
  padding-right: 30px;
  padding-left: 30px;
}

.footer-copyright {
  color: #ffffff;
  font-size: rem(12);
  line-height: 2.5;
}

.footer-nav-top {
  background: #222;
  padding: 1rem 0;
  border-bottom: 1px solid #444;
}

.footer-logo {
  background-color: #fff;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}

.footer-nav__item {
  padding-bottom: 0;
}

.footer-nav__item:last-child {
  padding-bottom: 0;
}

.footer-nav__link {
  font-size: 1.0rem;
  color: #fff;
  display: block;
}

.p-recommend__content {
  margin-top: 4rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-recommend.c-explaine {
  margin-top: 1.5rem;
}

.p-recommend p {
  text-align: center;
  font-size: 1.6rem;
  padding: 1rem 0;
}

.c-recommend--table {
  margin-top: 3rem;
  width: 100%;
  border-collapse: collapse;
}

.c-recommend--table tr th {
  background-color: #f7f7f7;
  text-align: left;
  color: #666666;
  font-weight: 700;
}

.c-recommend--table tr td {
  background-color: #ffffff;
}

.c-recommend--table tr th,
.c-recommend--table tr td {
  padding: 1.2rem 1.5rem;
  border: 1px solid #dbdbdb;
  font-size: 1.6rem;
}

.c-recommend--table th {
  width: 30%;
}

.c-recommend--table td {
  width: 70%;
  text-align: center;
}

.c-recommend__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFDA01;
  -webkit-box-shadow: 0px 0px 30px -20px #e4dfd3;
          box-shadow: 0px 0px 30px -20px #e4dfd3;
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.c-recommend__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.c-recommend__crown {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}

.c-recommend__crown img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-recommend__info {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
}

.c-recommend__img {
  width: 20rem;
  height: 20rem;
  flex-shrink: 0;
  animation: tap-icon 2.5s ease-in-out infinite;
}

.c-recommend__rank {
  flex: 1;
}

.c-recommend__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}

.c-recommend__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.c-recommend__title a {
  color: #1e73be !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-recommend__title a:hover {
  color: #0056b3 !important;
  text-decoration: underline;
}

.c-recommend__title span {
  display: none;
}

.c-recommend__rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5rem;
  margin-left: 3rem;
}

.c-rank__text {
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.c-rank__score-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-rank__score {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-rank__star {
  position: relative;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: -0.2em;
  color: #ccc;
  margin: 0;
  padding: 0;
}

.c-rank__star:before {
  content: "★★★★★";
  position: absolute;
  color: #FFDA01;
  width: 3.82em;
  overflow: hidden;
  white-space: nowrap;
}

.c-rank__star.star-46:before {
  width: 3.74em;
}

.c-rank__star.star-45:before {
  width: 3.7em;
}

.c-rank__star.star-44:before {
  width: 3.66em;
}

.c-rank__star.star-42:before {
  width: 3.58em;
}

.c-rank__star.star-4:before {
  width: 3.3em;
}

.c-recommend-btn {
  margin-top: 4rem;
  text-align: center;
}

.c-recommend-btn p {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  display: inline-block;
}

.c-recommend-btn p::before {
  content: "＼";
  position: absolute;
  font-size: 1.8rem;
  bottom: 0;
  left: -25px;
}

.c-recommend-btn p::after {
  content: "／";
  position: absolute;
  font-size: 1.8rem;
  bottom: 0;
  right: -25px;
}

.c-recommend-btn a {
  position: relative;
  display: block;
  padding: 2.5rem 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  background: linear-gradient(135deg, #f93a5a 0%, #f7778c 100%);
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0.4em 0 0em;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(249, 58, 90, 0.4);
          box-shadow: 0 8px 20px rgba(249, 58, 90, 0.4);
  -webkit-animation: pulse-btn 2s infinite;
          animation: pulse-btn 2s infinite;
}

.c-recommend-btn a:hover {
  -webkit-transform: translateY(-3px) scale(1.02);
  transform: translateY(-3px) scale(1.02);
  -webkit-box-shadow: 0 12px 30px rgba(249, 58, 90, 0.6);
  box-shadow: 0 12px 30px rgba(249, 58, 90, 0.6);
  text-decoration: none;
  background: linear-gradient(135deg, #ff4562 0%, #ff889d 100%);
}

.c-recommend-btn a:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  /*きらりと光るアニメーションのスタート位置*/
  left: 0;
  /*きらりと光るアニメーションの幅*/
  width: 30px;
  /*きらりと光るアニメーションの高さ*/
  height: 100%;
  /*きらりと光るアニメーションの色*/
  background-color: #fff;
  /*きらりと光るアニメーションの指定*/
  -webkit-animation: shiny-brite 3s ease-in-out infinite;
          animation: shiny-brite 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-brite {
  /*アニメーションの流れに沿った中間ステップのキーフレーム指定*/
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-btn {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

@keyframes pulse-btn {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

.p-page-recommend-gallery__item-splide {
  padding-bottom: 3.4rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  /* pagination */
}

.p-page-recommend-gallery__item-splide .splide__slide {
  width: 100% !important;
  min-width: 100%;
  aspect-ratio: 520/400;
  overflow: hidden;
}

.p-page-recommend-gallery__item-splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-page-recommend-gallery__item-splide .splide__pagination--ltr {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.p-page-recommend-gallery__item-splide .splide__pagination__page {
  margin: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #168080;
}

.p-page-recommend-gallery__item-splide .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #168080;
}


.c-recommend__box {
  background-color: #f6feff;
  border: 1px solid #5cc5d8;
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 2rem 0;
}

.c-recommend__box-title {
  line-height: 1;
  color: #191919;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #168080;
  align-items: center;
  margin-left: 2rem;
}

.colum-height {
	min-height:7rem;
height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}


.circle-1 {
    background: url(../img/common/culum-icon-1.webp) center center / 6.4rem no-repeat;
}

.circle-2 {
    background: url(../img/common/culum-icon-2.webp) center center / 6.4rem no-repeat;
}

.circle-3 {
    background: url(../img/common/culum-icon-3.webp) center center / 6.4rem no-repeat;
}


.c-list ul {
  list-style: none;
}

.c-list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 2rem;
  font-size: 2rem;
  padding-top: 1rem;
}

.c-list li::before {
  content: "・";
}

.c-recommend__box-img {
  width: 5rem;
  aspect-ratio: 1/1;
}

.c-recommend__box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-recommend__content {
  margin-top: 4rem;
}

.c-recommend__content p {
  padding: 0 0 0.5rem;
  border-bottom: 2px solid #285EAC;
  font-weight: bold;
  color: #285EAC;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.c-recommend__content.c-recommend__content--red p {
  border-bottom: 2px solid #FF0000;
  color: #FF0000;
}

.c-list.c-list__check {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.c-list.c-list__check li {
  position: relative;
  text-indent: 0;
  margin-left: 2rem;
  font-size: 2rem;
  padding-top: 1rem;
  color: #285EAC;
}

.c-list.c-list__check li::before {
  position: absolute;
  content: "";
  top: 68%;
  left: -2rem;
  -webkit-transform: translateY(-68%);
          transform: translateY(-68%);
  width: 3rem;
  height: 3rem;
  display: block;
  background: url(../img/common/check-icon.webp) no-repeat;
  background-size: contain;
  background-size: 100%;
}

.c-list.c-list__check.c-list__red li {
  color: #FF0000;
}

.c-list.c-list__check.c-list__red li::before {
  position: absolute;
  content: "";
  top: 68%;
  left: -2rem;
  -webkit-transform: translateY(-68%);
          transform: translateY(-68%);
  width: 3rem;
  height: 3rem;
  display: block;
  background: url(../img/common/check-icon-red.webp) no-repeat;
  background-size: contain;
  background-size: 100%;
}

.review {
  margin-top: 2rem;
}

.review__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
}

.review__item {
  display: inline-block;
}

.review__head {
  position: relative;
  text-align: center;
  padding: 15px 40px;
  border-radius: 8px;
  background: #333;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  transition: background 0.3s ease;
}

.review__head:hover {
  background: #444;
}

.review__body {
  position: relative;
  border-radius: 0 0 8px 8px;
  background: #f7f7f7;
  color: black;
  border: transparent;
  /*borderを非表示の状態にする*/
  padding: 0 20px;
  /*上下のpaddingを0に書き換える*/
  line-height: 0;
  /* 非表示時、0*/
  display: none;
  /* 非表示時、0*/
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  height: 0;
}

.review__head:after {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg) translateY(9px);
          transform: rotate(-135deg) translateY(9px);
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.review__body.is-open {
  padding: 20px;
  line-height: 1.5;
  opacity: 1;
  border: 1px solid #e0e0e0;
  border-top: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: block;
  border-radius: 0 0 8px 8px;
}

.review__head.is-open {
  border-radius: 8px 8px 0 0;
}

.review__head.is-open::after {
  -webkit-transform: rotate(45deg) translateY(-10px);
          transform: rotate(45deg) translateY(-10px);
}

.p-user-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-user-voice__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  background-color: #ffffff;
  border-radius: 1rem;
  width: calc(50% - 1rem);
  min-height: 100%;
  padding: 5rem 2rem;
  margin-bottom: 2rem;
}

.p-user-voice__unit__icon {
  width: 10rem;
  aspect-ratio: 1/1;
}

.p-user-voice__unit__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-user-voice__unit__message {
  margin-top: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-voice-btn {
  margin-top: 3rem;
}

.c-voice-btn a {
  display: block;
  padding: 2rem 2rem;
  color: #fff;
  background-color: #285EAC;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-voice-btn:hover {
  opacity: 0.8;
}

.section-margin {
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.section-margin-compare {
  margin-top: 10rem;
}

.section-margin-author {
  margin-top: 4rem;
}

/* ============================
/* PC/SP 表示切替
/* ========================= */

/* 768px以上で表示 */

/* 768px以下で表示 */

.u-sp {
  display: none;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

.u-mbm {
  margin-bottom: 32px;
}

.u-whitespace-no-wrap {
  white-space: nowrap;
}

@media (min-width: 920px) {
  body {
    width: 620px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .l-inner {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-inner.l-inner--wide {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-inner.l-inner--small {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .c-author-item__profile {
    font-size: 1.4rem;
  }

  .c-breadcrumb li {
    font-size: 1.2rem;
  }

  .c-breadcrumb li + li::before {
    width: 1rem;
  }

  .c-text {
    font-size: 1.4rem;
  }

  .c-text.c-text--pc-center {
    text-align: left;
  }

  .c-text.c-text--no-change {
    font-size: 1.6rem;
  }

  .c-text.c-text--sp-small {
    font-size: 1.2rem;
  }

  .c-text.c-text--sp-fz16 {
    font-size: 1.6rem;
  }

  .c-text.c-text--sp-ls0 {
    letter-spacing: 0;
  }

  .c-text.c-text--sp-lh180 {
    line-height: 180%;
  }

  .c-explaine > p{
    font-size: 1.4rem;
  }

  #sb-part-9640.sb-custom-part-lt8hmyhkndqsaqa5azh .statick-table-title {
    font-size: 1.4rem;
  }

  .c-compare__title a {
    font-size: 1rem;
  }

  .c-compare-kinds.c-compare-kinds-left {
    width: 90%;
  }

  .c-compare-kinds {
    gap: 2px;
    align-items: center;
    align-content: flex-start;
  }

  .c-compare-kind {
    width: 3.2rem;
    height: 3.2rem;
    aspect-ratio: auto;
  }

  .c-compare-kind:nth-of-type(n+6) {
    margin-top: 0;
  }

  .p-footer__content {
    padding-top: 6rem;
    padding-bottom: 12rem;
    background-image: url(../img/common/footer-bg-sp.webp);
  }

  .p-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-footer__logo {
    width: 22rem;
  }

  .p-footer__information {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-footer__text {
    font-weight: 500;
    line-height: 150%;
  }

  .p-footer__nav {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .p-footer__nav-sp-wrapper {
    display: block;
  }

  .p-footer__copy-text {
    text-align: center;
  }

  .p-header {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .p-header__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-header__logo {
    width: 5rem;
  }

  .p-heading {
    padding: 40px 30px;
  }

  .p-heading__title {
    font-size: 2.8rem;
  }

  .p-policy {
    padding-top: 56px;
    padding-bottom: 120px;
  }

  .p-policy__section-title {
    font-size: 2.4rem;
  }

  .c-recommend--table th {
    width: 40%;
  }

  .c-recommend--table td {
    width: 60%;
  }

  .c-recommend__header {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .c-recommend__crown {
    width: 50px;
    height: 50px;
  }

  .c-recommend__info {
    gap: 1rem;
  }

  .c-recommend__img {
    width: 10rem;
    height: 10rem;
  }

  .c-recommend__title {
    font-size: 1.8rem;
  }

  .c-recommend__title a {
    color: #1e73be !important;
  }

  .c-recommend__title span {
    font-size: 1.8rem;
    padding: 8px 10px;
  }

  .c-rank__text {
    font-size: 2.0rem;
  }

  .c-rank__score {
    font-size: 28px;
  }

  .c-rank__star {
    font-size: 28px;
  }

  .c-recommend-btn p {
    font-size: 1.3rem;
  }

  .c-recommend-btn p::before {
    font-size: 1.3rem;
  }

  .c-recommend-btn p::after {
    font-size: 1.3rem;
  }

  .c-list li {
    font-size: 1.6rem;
  }

  .c-list.c-list__check li {
    font-size: 1.6rem;
  }

  .p-user-voice {
    display: inline-block;
  }

  .p-user-voice__unit {
    width: 100%;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

/* ============================
/* Tip Box
/* ========================= */
.c-tip-box {
  background: linear-gradient(135deg, #fff9e6 0%, #fffbf0 100%);
  border: 3px solid #FFDA01;
  border-radius: 15px;
  padding: 2rem 2.5rem;
  margin: 0.5rem auto 3rem;
  max-width: 900px;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  box-shadow: 0 4px 15px rgba(255, 218, 1, 0.2);
  position: relative;
  overflow: hidden;
}

.c-tip-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #FFDA01 0%, #ffa500 100%);
}

.c-tip-box__icon {
  font-size: 3rem;
  line-height: 1;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.c-tip-box__content {
  flex: 1;
}

.c-tip-box__title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.c-tip-box__text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-tip-box {
    padding: 1.5rem;
    gap: 1rem;
  }

  .c-tip-box__icon {
    font-size: 2.5rem;
  }

  .c-tip-box__title {
    font-size: 1.6rem;
  }

  .c-tip-box__text {
    font-size: 1.4rem;
  }
}

/* ============================
/* 注釈テキスト
/* ========================= */

.c-note {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  margin: 10px 0;
  line-height: 1.6;
}

.c-note p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-note {
    font-size: 1.1rem;
  }
}

/* ============================
/* 続きを読むボタン
/* ========================= */

.c-read-more-btn {
  display: block;
  margin: 10px auto;
  padding: 0;
  background: none;
  color: #667eea;
  border: none;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  width: fit-content;
  text-align: center;
}

.c-read-more-btn::after {
  content: " ▼";
  margin-left: 4px;
  font-size: 1rem;
  transition: transform 0.3s ease;
  display: inline-block;
}

.c-read-more-btn:hover {
  color: #764ba2;
  border-bottom: 1px solid #764ba2;
}

.c-read-more-btn.is-open {
  display: none;
}

.c-read-more-content {
  overflow: hidden;
  transition: all 0.4s ease;
}

.c-read-more-content.is-open {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .c-read-more-btn {
    font-size: 1.4rem;
    padding: 10px 25px;
  }
}

/* ============================
/* ポイントまとめボックス
/* ========================= */

.c-point-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  border-left: 5px solid #168080;
}

.c-point-box__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #168080;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.c-point-box__title::before {
  content: "📝";
  font-size: 2rem;
}

.c-point-box__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-point-box__list li {
  position: relative;
  padding: 0.8rem 0 0.8rem 2.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 1px dashed #ddd;
}

.c-point-box__list li:last-child {
  border-bottom: none;
}

.c-point-box__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #168080;
  font-weight: bold;
  font-size: 1.6rem;
}

/* ============================
/* 数字ハイライト
/* ========================= */

.c-number-highlight {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3rem;
}

.c-number-highlight__num {
  font-size: 3rem;
  font-weight: bold;
  color: #f93a5a;
  line-height: 1;
}

.c-number-highlight__unit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

/* ============================
/* メリデメカード
/* ========================= */

.c-merit-card {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 2px solid #4caf50;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.c-merit-card--demerit {
  background: linear-gradient(135deg, #ffebee 0%, #fce4ec 100%);
  border-color: #e57373;
}

.c-merit-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.c-merit-card__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: #4caf50;
  color: #fff;
}

.c-merit-card--demerit .c-merit-card__icon {
  background: #e57373;
}

.c-merit-card__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

.c-merit-card__body {
  font-size: 1.4rem;
  line-height: 1.7;
}

/* ============================
/* 吹き出し
/* ========================= */

.c-balloon {
  position: relative;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  font-size: 1.5rem;
}

.c-balloon::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 30px;
  border-width: 12px 10px 0;
  border-style: solid;
  border-color: #ddd transparent transparent;
}

.c-balloon::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 32px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.c-balloon--user {
  background: #fff;
  border-color: #ddd;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.c-balloon--user::before {
  border-color: #ddd transparent transparent;
}

.c-balloon--user::after {
  border-color: #fff transparent transparent;
}

/* ============================
/* 実績バッジ
/* ========================= */

.c-badge-row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: nowrap;
}

.c-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #168080;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  min-width: auto;
  flex: 1;
  max-width: 10rem;
  box-shadow: 0 4px 15px rgba(22, 128, 128, 0.3);
}

.c-badge__num {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
}

.c-badge__label {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .c-badge-row {
    gap: 0.5rem;
  }

  .c-badge {
    padding: 0.8rem 1rem;
  }

  .c-badge__num {
    font-size: 2rem;
  }

  .c-badge__label {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
/* Tap hint animation for app icons */
@keyframes tap-icon {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(26, 115, 232, 0));
  }
  50% {
    transform: scale(1.06);
    filter: drop-shadow(0 4px 12px rgba(26, 115, 232, 0.35));
  }
}
